Skip to content

[WARP] Make default WARP version "Last Known Good" #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

llvm-beanz
Copy link
Collaborator

@llvm-beanz llvm-beanz commented Aug 10, 2025

We've encountered a fair number of problems with the System as the default verison of WARP, instead using a Last Known Good will hopefully make it easier for contributors to get up and working.

This change adds two new special versions for the WARP_VERSION option: LKG and Latest. At the moment the LKG version is 1.0.14.2, which is also the latest released version.

This PR also adds a set of build jobs to run periodic builds with the current WARP pre-release build.

The firstbithigh test fails on arm64 with all versions of WARP due to a bug that was fixed for x86 in 1.0.14. This change reduces the scope of the XFAIL to just WARP on arm64.

Fixes #340

We've encountered a fair number of problems with the System as the
default verison of WARP, instead using a Last Known Good will hopefully
make it easier for contributors to get up and working.

This change adds two new special versions for the `WARP_VERSION` option:
`LKG` and `Latest`. At the moment the `LKG` version is 1.0.14.2, which
is also the latest released version.

This PR also adds a set of build jobs to run periodic builds with the
current WARP pre-release build.

Fixes llvm#340
This creates the destination directory if it doesn't already exist.
The WARP bug that caused firstbithigh to fail was fixed for x86 in
1.0.14, but still exists on arm64.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Devise a scheme for managing WARP versions
3 participants